[@main]
#IF
checkmonmap rzbattle2 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 2 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room2.txt
addnamelist battlesystem/room3.txt
goto @nextroom

[@nextroom]
<Room 2 Completed>\
\
Well done on completing the second room, now you may move\
onto the second room of this challange, best of luck!.\
\
<Room 3/@room3> || <Exit/@giveup>

[@room3]
#IF
checkhum rzbattle3 1
#ACT
goto @error
#ELSEACT
monclear rzbattle3
Param1 rzbattle3
Param2 20
Param3 20
MonGen Tongs 10 10
MonGen BlackMaggot 10 10
MonGen WhimperingBee 10 10
mapmove rzbattle3

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room3>

